-
Use the format: [Component] Component Should Do X
i.e. [Checkbox] onChange Should Fire When Update Triggered via DOM
### Steps
Installed `npm installl -g gulp`
Installed `npm install semantic-ui…
-
Reagent has goods docs but they're somewhat hard to find. Some topics are covered in the API docs, others are discussed in the NEWS posts. Some information again is best covered in re-frame's docs or …
-
This is a feature proposal.
I found the current HTML of the starter template looks very messy.
I think this could be cleaned up quiet a bit by using a component library for the Bulma css frame work …
-
## Feature Request
Many UI's consist of tables more often than task lists.
It's not a bug, so I'm including this as a feature request / suggestion & hoping someone if not myself, can hack this & c…
-
Hello, there's outdated import for "lato" font from google api.
### Expected Result
@import url('https://fonts.googleapis.com/css2?family=Lato@100&display=swap');
"display=swap'" this part is m…
-
using https://github.com/tailwindcss/discuss/issues/100
see https://github.com/magicspon/gatsby-starter-craftcms
ghost updated
5 years ago
-
Hi, I am new to react-file-viewer. I want to show view some images and documents in my application.
so I have installed the react-file-viewer package. here is my sample code
import React, { Comp…
-
When i using a grid component inside InfiniteScroll component, its only show one item per row, even though i want to show 5 item per row, it doesnt work.
```javascript
{userFeed.map(item => …
-
**Steps to Reproduce**
1. Create accordion
2. Add header inside accordion
**Expected**
The header should be formatted correctly
**Result**
The inherent accordion style interferes with the fo…
-
**TLDR;** Lift semantic color definition to a higher level and have components only use a generic `--ds-color-*` variable. Which semantic color i used for a component is then defined by the user using…