0.1.0 • Published 2 years ago

sinomes v0.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Install

yarn add sinomes

# or

npm i sinomes

Usage

import React, { useState } from 'react';
import { Popup } from 'sinomes';
import 'sinomes/dist/sinomes.min.css';

export default () => {
  return (
    <>
      <NestMap id="1" Code={1} key="1" />
    </>
  );
};

API

Contributions Welcome!

cd sinomes
yarn
yarn start

open another terminal tab

cd example
yarn
yarn start

Run tests

yarn test
0.1.0

2 years ago