ruio
v1.0.1
Published
A React developer tool for dynamically applying border styles to elements.
Maintainers
Readme
# npm
npm install ruio
# yarn
yarn add ruio
# bun
bun add ruioimport RuioContextProvider from 'ruio'
function App() {
return (
<RuioContextProvider>
{/* Your App Components Here */}
</RuioContextProvider>
)
}