1.1.2 • Published 2 years ago

notion-ui-react v1.1.2

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

Notion UI React npm Build Status

Notion UI React is a Notion style UI library. It contains a set of general purpose user interface components.

Demo

Storybook

Quick Start

Install library in your project:

npm install notion-ui-react

Or, if you use yarn:

yarn add notion-ui-react

Use it in a React project:

import { Heading, Divider, Text } from "notion-ui-react"

const MyComponent = () => {
  return (
    <div>
      <Heading level={3}>Heading 3 level</Heading>
      <Text italicize bold underline>
        Some text
      </Text>
      <Divider />
      <Text italicize style={{ fontSize: 12, padding: 0 }}>
        Text with custom styles
      </Text>
    </div>
  )
}

export default MyComponent

How can I support the developers?

  • Star our GitHub repo :star:
  • Create pull requests, submit bugs, suggest new features or documentation updates :wrench:

License

MIT license.

From Developers

Made with :heart: by Bogdan Aksenov. I always happy to receive your feedback!

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.2.15

2 years ago

0.2.14

2 years ago

0.2.13

2 years ago

0.2.12

2 years ago

0.2.11

2 years ago

0.2.10

2 years ago