@useblu/ocean-core

1.59.2 • 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.

/@useblu/ocean-core/

    Package Sidebar

    Install

    npm i @useblu/ocean-core

    Weekly Downloads

    461

    Version

    1.59.2

    License

    GPL-3.0

    Unpacked Size

    699 kB

    Total Files

    8

    Last publish

    Collaborators

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