Frameworks
To get started with @gelato-ui, you can choose to integrate it into your project using one of the following frameworks:
- Html
- React
- Vue
- Angular
<script src="https://unpkg.com/@gelato-ui/components/dist/index.js"></script>
import { GluButton } from '@gelato-ui/react';
<script src="https://unpkg.com/@gelato-ui/vue/dist/index.js"></script>
<script src="https://unpkg.com/@gelato-ui/angular/dist/index.js"></script>
tip
If you're using a framework other than React, Vue, or Angular, you can still use @gelato-ui by importing the individual components from the @gelato-ui/components
package.