TheoryOfNekomata
8ce5a80ba5
Explicitly define available props for components
Add event handler props for components.
4年前
TheoryOfNekomata
bad7f4106f
Set sizing of button
Use 100% for `<button>` element because it is auto-size by default.
4年前
TheoryOfNekomata
dd7de30957
Add opt-in features
Button, Select, and TextInput has now opt-in borders.
4年前
TheoryOfNekomata
ca631e30b7
Add docs content, adjust component props and metrics
Force TextInput and Select to be `block`. Also, removed props regarding styling.
4年前
TheoryOfNekomata
0ab9e93b18
Update documentation
Include a section on theming.
4年前
TheoryOfNekomata
f83cd94cda
Improve test coverage
Cover scenarios primarily for adjusted behavior on Button, as well as ensure components are exported correctly.
4年前
TheoryOfNekomata
e1a19f117b
Fix extraneous props
Remove props from Slider that has something to do with incorrectly setting `orientation` to a `div`-like element.
Also, we fix the import in the Icon test.
4年前
TheoryOfNekomata
12196121f7
Update routes, links to package
Use human-friendly routes for components.
Also, update badges to point to links in the package repository.
4年前
TheoryOfNekomata
457cdcb437
Update links
Point to correct URLs for Tesseract Design.
4年前
TheoryOfNekomata
969b03a890
Initial commit
Migrate from GitHub, rewrite common components to TypeScript (main and test files). Also replaced Storybook to Docz.
4年前