0.1.0 • Published 4 years ago
sinomes v0.1.0
Install
yarn add sinomes
# or
npm i sinomesUsage
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 startopen another terminal tab
cd example
yarn
yarn startRun tests
yarn test0.1.0
4 years ago