@code-dimension/andromeda
Version:
:gem: CSS framework to create great apps
14 lines (11 loc) • 333 B
Markdown
:gem: CSS framework to create great apps
## How to install
#### NPM
```
npm i @code-dimension/andromeda
```
#### Script Tag
```html
<script src="https://unpkg.com/@code-dimension/andromeda/dist/andromeda.js"></script>
<link rel="stylesheet" href="https://unpkg.com/@code-dimension/andromeda/dist/andromeda.css">
```