Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)