react-doc-ui
TypeScript icon, indicating that this package has built-in type declarations

2.2.6 • Public • Published

React Doc UI

Install

npm i react-doc-ui

Usage

import cn from 'classnames';

function App() {
  return <div className={cn('foo', 'bar')}>foobar</div>;
}
import cn from 'classnames';

function foobar() {
  return 'foobar';
}

function App() {
  return <div className={cn('foo', 'bar')}>foobar</div>;
}

render(<App />);

full document with examples

Package Sidebar

Install

npm i react-doc-ui

Weekly Downloads

39

Version

2.2.6

License

MIT

Unpacked Size

32.2 kB

Total Files

63

Last publish

Collaborators

  • guoyunhe