Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/afeiship/next-rc-components
Global react components for next.
https://github.com/afeiship/next-rc-components
component if ife list next rc rcm react rsm switch template
Last synced: 20 days ago
JSON representation
Global react components for next.
- Host: GitHub
- URL: https://github.com/afeiship/next-rc-components
- Owner: afeiship
- License: mit
- Created: 2020-05-17T04:26:15.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-29T05:44:48.000Z (about 1 month ago)
- Last Synced: 2024-11-29T06:29:03.227Z (about 1 month ago)
- Topics: component, if, ife, list, next, rc, rcm, react, rsm, switch, template
- Language: JavaScript
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# next-rc-components
> Global react components for next.[![version][version-image]][version-url]
[![license][license-image]][license-url]
[![size][size-image]][size-url]
[![download][download-image]][download-url]## installation
```bash
yarn add @jswork/next-rc-components
```## usage
```js
// src/bootstrap.ts
import '@jswork/next-rc-components';// src/pages/index.tsx
{
return
}}
/>
```
## license
Code released under [the MIT license](https://github.com/afeiship/next-rc-components/blob/master/LICENSE.txt).
[version-image]: https://img.shields.io/npm/v/@jswork/next-rc-components
[version-url]: https://npmjs.org/package/@jswork/next-rc-components
[license-image]: https://img.shields.io/npm/l/@jswork/next-rc-components
[license-url]: https://github.com/afeiship/next-rc-components/blob/master/LICENSE.txt
[size-image]: https://img.shields.io/bundlephobia/minzip/@jswork/next-rc-components
[size-url]: https://github.com/afeiship/next-rc-components/blob/master/dist/next-rc-components.min.js
[download-image]: https://img.shields.io/npm/dm/@jswork/next-rc-components
[download-url]: https://www.npmjs.com/package/@jswork/next-rc-components