0.12.5 • Published 3 years ago

@nextail/core v0.12.5

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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 (
0.11.0

3 years ago

0.12.0

3 years ago

0.12.1

3 years ago

0.10.3

3 years ago

0.12.2

3 years ago

0.10.4

3 years ago

0.12.3

3 years ago

0.10.5

3 years ago

0.12.4

3 years ago

0.12.5

3 years ago

0.10.2

3 years ago

0.10.1

3 years ago

0.10.0

3 years ago

0.8.7

3 years ago

0.8.2

3 years ago

0.8.1

3 years ago

0.6.0

3 years ago

0.5.0

3 years ago

0.4.8

3 years ago

0.4.5

3 years ago

0.4.0

3 years ago

0.3.0

3 years ago

0.1.0

3 years ago

0.0.1

3 years ago