@_nu/cli
Version:
đ ī¸ Standard Tooling for nu-system component development
43 lines (30 loc) âĸ 1.41 kB
Markdown
# @\_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/)