# @\_nu/css-<%= componentName %>

| npm package| npm downloads| jsdelivr |  github |
| --------------- | ------------------------------ | ------ | ----------------------- |
| [![npm package][npm-badge]][npm-url] | [![npm downloads][npm-downloads]][npm-url] | [![jsdelivr][jsdelivr-badge]][jsdelivr-url] | [![github][git-badge]][git-url] |

[npm-badge]: https://img.shields.io/npm/v/@_nu/css-<%= componentName %>.svg
[npm-url]: https://www.npmjs.org/package/@_nu/css-<%= componentName %>
[npm-downloads]: https://img.shields.io/npm/dw/@_nu/css-<%= componentName %>
[git-url]: https://github.com/nu-system/css-<%= componentName %>
[git-badge]: https://img.shields.io/github/stars/nu-system/css-<%= componentName %>.svg?style=social
[jsdelivr-badge]: https://data.jsdelivr.com/v1/package/npm/@_nu/css-<%= componentName %>/badge
[jsdelivr-url]: https://www.jsdelivr.com/package/npm/@_nu/css-<%= componentName %>

English | [简体中文](https://nu-system.github.io/zh/css/<%= componentName %>/)

## How

```
$ yarn add @_nu/css-<%= componentName %>
```

## Tree

```
@_nu/css-<%= componentName %>/lib
lib
├── index.css         // base style
└── skins
    └── default.css   // default style
```

## API

| Selector            |           Function |
| :------------------ | -----------------: |
| .nu_hello           |     style of hello |


## More

- [nu-system](https://nu-system.github.io/)
