You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Functional UI Kit is a professionally crafted design system for product design and development teams and individuals. We provide core components you would need in every project, focusing on accessibility, development experience and unified designer-developer experience.
4
+
5
+
We've made sure that Figma variables and CSS variables work together effortlessly. They share the same names, usage and inheritance structure. This isn't just an extra feature; it's the core approach.
6
+
7
+
Each Figma variable has a direct counterpart in CSS, so there's no confusion. Your design ideas stay crystal clear as you move into the development phase.
8
+
9
+
10
+
# Setup
11
+
### Install
12
+
Install the latest version from NPM.
13
+
```
14
+
npm install functional-ui-kit
15
+
```
16
+
17
+
### Setup CSS
18
+
Import the functional-ui-kit CSS file into your project in your css file
0 commit comments