Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sonnylazuardi/sonwan-ui

SonWan UI is a modular UI component library based on figma design to build your next React Web Application.
https://github.com/sonnylazuardi/sonwan-ui

library react reactjs tailwind tailwindcss ui uikit

Last synced: about 2 months ago
JSON representation

SonWan UI is a modular UI component library based on figma design to build your next React Web Application.

Awesome Lists containing this project

README

        


SonWan UI

![sonwan](sonwan.png)

## πŸš€ Quick start

1. **Start developing.**

Navigate into your new site’s directory and start it up.

```shell
yarn start
```

## Getting started with SonWan UI

Inside your React project directory install SonWan UI by running the following

```sh

npm i sonwan-ui

# or

yarn add sonwan-ui

```

Then import the css styling and js components by including this code in your js/tsx file

```javascript
import "sonwan-ui/build/style.min.css";
import SonWan from "sonwan-ui";
```

To use it, just simply render the component in your render function

```javascript
const { Input, Switch, Card, CardItem, ListItem } = SonWan;
return (
<>




>
);
```

## Demo

Demo: [CodeSandbox](https://codesandbox.io/s/sonwan-ui-hl4yh?from-embed)

Demo Chat UI: [SonWan Chat UI](https://sonwan-chat.vercel.app)
Code: [SonWan Chat Github](https://github.com/sonnylazuardi/sonwan-chat)

## React Native Support

Please check out https://github.com/Drzaln/SonWanUI-RN