kit
kit copied to clipboard
The technical implementation of Tabetalt Designsystem, based on Theme UI.
We should consider splitting the theme configuration into its own package/repository. ### Reasoning _Separations of concerns_ – `@tabetalt/kit` has the potential to be a great addon to Theme UI in...
Table Component is something that is required for many screens in our applications. It's basically a datatable. Example: Ref: https://github.com/tannerlinsley/react-table
Single line text field should have a round ending (bigger radius) like so: 
Add button to icon button, like so:  This is the current icon button: 
fork #66
There are a few places where colour values are statically set. 👇 https://github.com/tabetalt/kit/blob/8b760a475b81aa1bd5a254cb63bae426ee628d08/src/theme/buttons.ts#L30 This can easily be replaced with this syntax to make it dynamic: ```javascript boxShadow: (theme) => `inset...
This needs more description. @AnneMatilde can you pitch in?
We need to add the missing peer-dependency requirements in order to run kit. I'm thinking we should add a line to the quickstart guide where this is added: ``` yarn...