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

1.4.8 • 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

31

Version

1.4.8

License

MIT

Unpacked Size

8.21 kB

Total Files

9

Last publish

Collaborators

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