Installation

To get started with My-UI you need to link it's css inside head of your html file.

Two ways to use this -
Usage 1

If you wish to create your project based on this ui, then you can import this link. It will change your root css in browser.

<link rel="stylesheet" href="https://myui-0.netlify.app/static/css/root.css">

or, import this in CSS file.

@import url(https://myui-0.netlify.app/static/css/root.css);

Usage 2

If you wanna use only components, then you can import this link.

<link rel="stylesheet" href="https://myui-0.netlify.app/static/css/index.css">

or, import this in CSS file.

@import url(https://myui-0.netlify.app/static/css/index.css);