@x99minutos/agave
TypeScript icon, indicating that this package has built-in type declarations

2.0.0 • Public • Published

Agave

npm NPMNPM

Install

$ npm i @x99minutos/agave@x.x.x
# or
$ npm i @x99minutos/agave@latest

Usage

With React-material

import { AgaveProvider } from 'agave'

ReactDOM.render(
  <AgaveProvider>
    <App />
  </AgaveProvider>,
  document.getElementById('root')
)

With Next.js

import { AgaveProvider } from 'agave'

return (
  <AgaveProvider>
    <Component {...pageProps} />
  </AgaveProvider>
);

License

99minutos

Package Sidebar

Install

npm i @x99minutos/agave

Weekly Downloads

23

Version

2.0.0

License

MIT

Unpacked Size

7.53 kB

Total Files

9

Last publish

Collaborators

  • 99minutos.com
  • eduardo.carrada.99minutos
  • ecarradal
  • surielmx99