Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/harundogdu/ncyra
Ncyra is a simple, lightweight, and fast web ui library for React.js. Made with create-react-library by @harundogdu
https://github.com/harundogdu/ncyra
react-library
Last synced: about 1 month ago
JSON representation
Ncyra is a simple, lightweight, and fast web ui library for React.js. Made with create-react-library by @harundogdu
- Host: GitHub
- URL: https://github.com/harundogdu/ncyra
- Owner: harundogdu
- Created: 2022-10-03T12:50:40.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-03T12:52:12.000Z (over 2 years ago)
- Last Synced: 2024-11-16T22:08:48.015Z (about 2 months ago)
- Topics: react-library
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/ncyra
- Size: 365 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ncyra ui package
> Ncyra is a simple, lightweight, and fast web ui library for React.js. Made with create-react-library by @harundogdu
[![NPM](https://img.shields.io/npm/v/ncyra.svg)](https://www.npmjs.com/package/ncyra) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
## Install
```bash
npm install --save ncyra
``````bash
yarn add ncyra
```## Usage
```tsx
import React from 'react'import { Button } from 'ncyra'
import 'ncyra/dist/index.css'function App() {
return (
<>
alert('Button clicked')}
/>
alert('Button clicked')}
/>
alert('Button clicked')}
/>
alert('Button clicked')}
/>
alert('Button clicked')}
/>
>
)
}```
## License
MIT © [harundogdu](https://github.com/harundogdu)