KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
notion-ui
★ 12
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
swipe
:
Swipe is a code generation tool that automates the creation of repetitively used code
ionic-doctor-online
:
Doctor Online IONIC Template.
git_for_R
:
Presentation on using git/GitHub with R
BioVoice
:
BioVoice: a multipurpose tool for voice analysis
LiveDemo
:
ijkplayer 播放 rtmp / rtsp
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
notion-ui
?
Download (.md)
<p align="center"> <a href="https://notion-ui.tammolo.com/" rel="noopener" target="_blank"><img width="150" src="https://user-images.githubusercontent.com/11402468/85220166-61073880-b3e4-11ea-9d15-405566a19757.png" alt="Notion-ui logo"></a></p> </p> <h1 align="center">Notion-UI</h1> <div align="center"> [Notion UI](https://notion-ui.tammolo.com/) is a design system for faster and simpler react development. Build your webapp, or start with [Notion UI](https://notion-ui.tammolo.com/). [](https://www.npmjs.com/package/notion-ui) [](https://www.npmjs.com/package/notion-ui) [](https://www.npmjs.com/package/notion-ui) </div> ## Installation Notion-UI is available as an [npm package](https://www.npmjs.com/package/notion-ui). ```sh // with yarn yarn add notion-ui ``` ## Usage Here is a quick example to get you started, **it's all you need**: ```jsx import React from 'react'; import ReactDOM from 'react-dom'; import { Button } from 'notion-ui'; function App() { return ( <Button onClick={() => console.log('click')} buttonType="Primary"> Primary </Button> ) } ReactDOM.render(<App />, document.querySelector('#app')); ``` Yes, it's really all you need to get started as you can see in this storybook: <p align="center"> <a href="https://notion-ui.tammolo.com" rel="noopener" target="_blank"><img width="250" src="https://s3.amazonaws.com/media-p.slid.es/uploads/436673/images/3997457/1-9BC0VVlPQpTgdmt6z8fIuQ.png" alt="Storybook logo"></a></p> </p> ## Examples [Noticon](https://noticon.tammolo.com/) : a icon storage for notion [repository](https://github.com/tmmoond8/noticon) ## License This project is licensed under the terms of the [MIT license](/LICENSE).