An open API service indexing awesome lists of open source software.

https://github.com/nano-grid/nano-grid

Frontend Toolkit
https://github.com/nano-grid/nano-grid

css framework front-end javascript web-coponents

Last synced: 3 months ago
JSON representation

Frontend Toolkit

Awesome Lists containing this project

README

          

# Nano grid

[![Nano Grid Logo](https://rama-o.github.io/img/preview-nano-grid.webp)](https://rama-o.github.io)
> Frontend toolkit powered by CSS and Web Components.

## Getting Starter

### CDN

In your Javascript:

```js
import "https://cdn.jsdelivr.net/gh/nano-grid/nano-grid@5.3.0/nanogrid.js"
```

In your CSS:

```css
@import url('https://cdn.jsdelivr.net/gh/nano-grid/nano-grid@5.3.0/nanogrid_styles.css');
```

Or in your SCSS:

```css
@import 'https://cdn.jsdelivr.net/gh/nano-grid/nano-grid@5.3.0/nanogrid_styles.css';
```

Test the following structure in your project:

```html


75px


50%


calc(50% - 80px * 2)


85px

```

## Building project
```sh
npx vite build
```

## Running Storybook
```sh
npm run storybook
```

## Creator

**Miguel Rivas**

- [Portfolio](https://jmiguelrivas.github.io)
- [Github](https://github.com/jmiguelrivas)