Skip to content

Andersonlimahw/react-cupertino-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React + TypeScript + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Getting Started

Prerequisites

  • Node.js (v18 or higher)
  • pnpm (v9 or higher recommended)

If you don't have pnpm installed, you can enable it via corepack:

corepack enable
corepack prepare pnpm@latest --activate

Installation

Clone the repository and install dependencies using pnpm:

pnpm install

Development

This repository is a monorepo managed by Lerna and pnpm workspaces.

Common Commands

  • Start Development Server:

    pnpm run dev
    # or
    pnpm run sb # for Storybook
  • Build Project:

    pnpm run build
  • Run Tests:

    pnpm run test
  • Linting:

    pnpm run lint

Working with Packages (Lerna)

We use Lerna for managing packages in packages/*.

  • Build all packages:

    pnpm exec lerna run build
  • Run command in specific package:

    pnpm exec lerna run <command> --scope=<package-name>
  • Publish packages:

    pnpm exec lerna publish
  • Create a new component:

    pnpm run new:component

Contributing

Please read our Contributing Guide (if available) and check the Pull Request Template before submitting a PR. Ensure you follow the conventional commits specification.

Currently, two official plugins are available:

Expanding the ESLint configuration

If you are developing a production application, we recommend updating the configuration to enable type aware lint rules:

  • Configure the top-level parserOptions property like this:
export default {
  // other rules...
  parserOptions: {
    ecmaVersion: 'latest',
    sourceType: 'module',
    project: ['./tsconfig.json', './tsconfig.node.json', './tsconfig.app.json'],
    tsconfigRootDir: __dirname,
  },
}
  • Replace plugin:@typescript-eslint/recommended to plugin:@typescript-eslint/recommended-type-checked or plugin:@typescript-eslint/strict-type-checked
  • Optionally add plugin:@typescript-eslint/stylistic-type-checked
  • Install eslint-plugin-react and add plugin:react/recommended & plugin:react/jsx-runtime to the extends list

Figma : comunity

Figma

Author

Anderson Lima (Lemon 🍋)

Website: lemon.dev.br

Twitter: andersonlimadev

GitHub: andersonlimahw

LinkedIn: andersonlimadev

About

The most comprehensive React component library featuring iOS 26 Liquid Glass design.100+ accessible components. TypeScript-first. Production-ready. Start building beautiful apps today.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors