-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: add in colour + checkbox story * feat: add in checkbox styling * feat: add in story with example * feat: svg-to-ts working * fix: styling indeterminate * fix: typing of icons * fix: remove colours * fix: border colour * fix: remove hashed out comment * fix: able to interact with storybook
- Loading branch information
Showing
13 changed files
with
791 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"srcFiles": [ | ||
"./src/assets/svg-icons/*.svg" | ||
], | ||
"tsx": true, | ||
"objectName": "Icons", | ||
"outputDirectory": "./src/assets/", | ||
"interfaceName": "Icons", | ||
"typeName": "Icons", | ||
"prefix": "", | ||
"fileName": "index", | ||
"svgoConfig": { | ||
"plugins": [ | ||
"cleanupAttrs" | ||
] | ||
}, | ||
"compileSources": true | ||
} |
Oops, something went wrong.