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

0.2.2 • Public • Published

Getting Started

  • yarn add @flyui/core@latest
  • install Tailwind
  • add tailwind.config.js:
module.exports = {
  content: [
    './pages/**/*.{js,ts,jsx,tsx}',
    './components/**/*.{js,ts,jsx,tsx}',
    '@flyui/core/**/*.{js,ts,jsx,tsx}',
  ],
  theme: {
    extend: {},
  },
  plugins: [],
};

Readme

Keywords

none

Package Sidebar

Install

npm i @flyui/core

Weekly Downloads

1

Version

0.2.2

License

none

Unpacked Size

15.6 kB

Total Files

8

Last publish

Collaborators

  • scottagirs