@useblu/ocean-core

1.57.1 • Public • Published

@useblu/ocean-core

NPM version npm bundle size (scoped)

UIkit css that implement Ocean's Design System.

Installation

Using yarn:

yarn add @useblu/ocean-core

or using npm:

npm i @useblu/ocean-core

Usage

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

import '@useblu/ocean-core/ocean.min.css';

function App() {
  return (
    <button class="ods-btn ods-btn--md ods-btn--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-core

Weekly Downloads

506

Version

1.57.1

License

GPL-3.0

Unpacked Size

686 kB

Total Files

8

Last publish

Collaborators

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