UIkit css that implement Ocean's Design System.
npm install @useblu/ocean-core> UIkit css that implement Ocean's Design System.
Using yarn:
``bash`
yarn add @useblu/ocean-core
or using npm:
`bash`
npm i @useblu/ocean-core
`jsx
import React from 'react';
import ReactDOM from 'react-dom';
import '@useblu/ocean-core/ocean.min.css';
function App() {
return (
);
}
ReactDOM.render(
``
Read the documentation to learn more.
Licensed under the GPL-3.0 license.