@nextail/core
TypeScript icon, indicating that this package has built-in type declarations

0.12.5 • Public • Published

Nextail Core

npm npm downloads

Nextail Core provides a collection of ready to use React Components.

Installation

Nextail Core is available as an npm package.

// with pnpm
pnpm install @nextail/core

// with npm
npm install @nextail/core

// with yarn
yarn add @nextail/core

Usage

Here is an example of a Next.JS page with button.

import type { NextPage } from 'next';
import React from 'react';

import Button from '@nextail/core/Button';

const Home: NextPage = () => {
  return <Button link='https://nextail-ui.vercel.app'>Nextail</Button>
};

export default Home;
  return (

/@nextail/core/

    Package Sidebar

    Install

    npm i @nextail/core

    Weekly Downloads

    1

    Version

    0.12.5

    License

    MIT

    Unpacked Size

    610 kB

    Total Files

    319

    Last publish

    Collaborators

    • a-smiggle