kit icon indicating copy to clipboard operation
kit copied to clipboard

The technical implementation of Tabetalt Designsystem, based on Theme UI.

Results 8 kit issues
Sort by recently updated
recently updated
newest added

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: ![image](https://user-images.githubusercontent.com/54155334/113034704-ae45e100-9192-11eb-9993-b68b996b28c1.png)

Add button to icon button, like so: ![image](https://user-images.githubusercontent.com/54155334/113034295-3972a700-9192-11eb-9dd1-4fbe2151b8fb.png) This is the current icon button: ![image](https://user-images.githubusercontent.com/54155334/113034345-468f9600-9192-11eb-9e69-40bbc902727f.png)

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...