Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
@useblu/ocean-core
Advanced tools
UIkit css that implement Ocean's Design System.
Using yarn:
yarn add @useblu/ocean-core
or using npm:
npm i @useblu/ocean-core
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.
Licensed under the GPL-3.0 license.
1.26.1 (2022-01-18)
Note: Version bump only for package root
FAQs
UIkit css that implement Ocean's Design System.
The npm package @useblu/ocean-core receives a total of 0 weekly downloads. As such, @useblu/ocean-core popularity was classified as not popular.
We found that @useblu/ocean-core demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 6 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.