Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 435 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 435 Bytes

Monoco for React

Try all options in the interactive demo

Installation

npm install @monokai/monoco-react

Usage

import { Monoco } from '@monokai/monoco-react'

<Monoco className="block" borderRadius={32} background={'#f00'} border={[2, '#000']}>
  content
</Monoco>

Options

Go to the main Monoco repository to see all available options.