Skip to content

Latest commit

 

History

History

ocean-core

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

@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.