This package has been deprecated

Author message:

Package no longer supported. Please see @useblu/ocean-core or @useblu/ocean-react

@useblu/ocean-components
TypeScript icon, indicating that this package has built-in type declarations

0.2.7 • Public • Published

@useblu/ocean-components

NPM version npm bundle size (scoped)

React components that implement Ocean's Design System.

Installation

Using yarn:

yarn add @useblu/ocean-components

or using npm:

npm i @useblu/ocean-components

Usage

import React from 'react';
import ReactDOM from 'react-dom';

import '@useblu/ocean-components/dist/ocean-ds.min.css';
import { Button } from '@useblu/ocean-components';

function App() {
  return <Button variant="primary">Hello World</Button>;
}

ReactDOM.render(<App />, document.querySelector('#app'));

Read the documentation to learn more.

License

Licensed under the GPL-3.0 license.

Package Sidebar

Install

npm i @useblu/ocean-components

Weekly Downloads

9

Version

0.2.7

License

GPL-3.0

Unpacked Size

289 kB

Total Files

79

Last publish

Collaborators

  • danimuller20
  • fabiorolin
  • juaopedrosilva
  • leon3
  • saulodasilvasantiago
  • ops_useblu