npm.io
1.3.4 • Published 2d ago

@onepercentio/one-ui

Licence
MIT
Version
1.3.4
Deps
11
Size
13.9 MB
Vulns
0
Weekly
0
Stars
2

Install via npm:

npm install @onepercentio/one-ui

Or include it directly in HTML:

<script src="https://github.com/onepercentio/one-ui/releases/download/v1.3.4/bundle.js"></script>

When loaded via script in HTML, the library is exposed as the global OneUI object:

function App() {
    return (
        <OneUI.Button type="button">
            Hello from OneUI
        </OneUI.Button>
    );
}