Skip to content

Commit

Permalink
feat(fields): add Select (#8)
Browse files Browse the repository at this point in the history
* build(npm): add setup:vscode script

* feat(fields): add Select
  • Loading branch information
ivangabriele committed Nov 24, 2022
1 parent be4870b commit 5ff1daa
Show file tree
Hide file tree
Showing 7 changed files with 824 additions and 5 deletions.
1 change: 1 addition & 0 deletions .storybook/preview.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { ThemeProvider } from 'styled-components'
import { THEME } from '../src/theme'

import 'rsuite/dist/rsuite.min.css'
import '../src/assets/rsuite-override.css'

export const decorators = [
Story => (
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"dev": "start-storybook -p 6006",
"preview": "yarn build-storybook",
"setup": "husky install",
"setup:vscode": "yarn dlx @yarnpkg/sdks vscode",
"test": "yarn test:lint && yarn test:type",
"test:lint": "yarn eslint --ext js,jsx,ts,tsx .",
"test:type": "yarn tsc",
Expand Down
Loading

0 comments on commit 5ff1daa

Please sign in to comment.