パッケージの詳細

@saas-ui/palette

saas-js2.1kMIT2.2.0

Color palette generator for Chakra UI

react, ui, chakra-ui, design-system

readme

Saas UI logo Saas UI logo

The React component library for Startups

NPM npm downloads MIT License follow on Twitter


Saas UI is an advanced component library designed to build beautiful B2B and dashboard style apps with speed. It's built on top of Chakra UI and fully written in Typescript.

This repository contains all open source components, as well as the documentation website.

Links

💡 Documentation

🧭 Roadmap

🖼 Storybooks

🌟 Saas UI Pro

Sponsors ❤️

Saas UI is sponsored by these amazing companies and people.

Contributing & Support

Want to help? Great! Check out the contributing guidelines and feel free to open a PR or discussion for feature requests and feedback.

If you'd like to support the project financially, you can become a sponsor of Saas UI or consider ordering Saas UI Pro Beta. All funds will go toward the further development of Saas UI. This will give you access to the private Git repository with the beta and our private Discord server for support.

Core

40+ essential open-source components built on top of Chakra UI.

  • Authentication screens
  • Powerful forms manager
  • DatePicker / DateRangePicker
  • Stepper, Timeline, DataTable and much more.

Pro

A premium frontend starter pack designed for SaaS products. Complete source code available in a monorepo that can serve as a starting point or as a reference for your project.

theme-tokens

  • Example Next.js SaaS app (https://demo.saas-ui.dev)
  • Authentication screens (Supabase/Magic/Clerk/Custom)
  • App layout
  • DataGrid and DataBoard (Kanban) with filtering/pagination
  • User account pages
  • Settings pages
  • Feature flags
  • Billing/subscription management (Lemonsqueezy)
  • Mocked API with React Query
  • Custom color schemes
  • Glass theme
  • Onboarding flows
  • Example pages (CRM, Inbox)

Using this repo

The docs website depends on private packages (@saas-ui-pro/react), and won't build fully without access to the private Git submodule.

This repository uses Yarn workspaces, to get started run:

yarn

Storybook

yarn storybook

Build

yarn build:packages

Website

Before running the website you need to build the props-docs by running this.

yarn build:props-docs

After that run the website with this command.

yarn w website dev

or

cd apps/website && yarn dev

License

All code in this repository, except for the Saas UI branding assets are licensed under MIT.

更新履歴

0.2.0

2.2.0

Minor Changes

  • 803ede7: Updated Chakra UI version range to >=2.9.0 <3

2.1.1

Patch Changes

  • 2e7da38: Updated dependencies

2.1.0

Minor Changes

  • 5a384c28: Updated to Chakra UI 2.8.0

2.0.0

Major Changes

  • f1e99198: Restructured packages.

Patch Changes

  • d725a5da: Fix esm bundle import
  • d725a5da: Bump version
  • f1e99198: Migrated from microbundle to tsup for builds
  • 0319aa57: Bump version
  • 166978bd: Fix esm bundle filename.

2.0.0-rc.4

Patch Changes

  • Bump version

2.0.0-next.3

Patch Changes

  • Fix esm bundle import

2.0.0-next.2

Patch Changes

  • Bump version

2.0.0-next.1

Patch Changes

  • 166978bd: Fix esm bundle filename.

2.0.0-next.0

Major Changes

  • f1e99198: Restructured packages.

Patch Changes

  • f1e99198: Migrated from microbundle to tsup for builds

1.3.2

Patch Changes

  • Fix types path

1.3.1

Patch Changes

  • b2302a3: Add types to package.json exports

1.3.0

Minor Changes

  • 1f074c98: Upgrade to Chakra 2.4.8. Using .mjs for esm bundles.

1.2.0

Minor Changes

  • 466b3ca: Updated to Chakra UI 2.3.6

1.1.0

Minor Changes

  • f6ec7dc: Fixed issue where Next.js would not resolve Chakra UI components correctly.

1.0.0

Major Changes

  • 1db5bf9: Initial release candidate

Minor Changes

  • 3ae6be1: breaking: Updated to Chakra UI 2.1
  • 532a7d4: Updated to Chakra UI 2.2.1
  • 7a16ef7: Updated to Chakra UI 2.2.1
  • 3ae6be1: breaking: React 18 support.

Patch Changes

  • 15c3960: Re-publish.
  • 1744543: Updated dependencies.
  • dc6376f: Updated all readme files, added better descriptions and links to docs and source code.
  • 1fdf52a: Modern bundles now use .mjs extension.
  • 532a7d4: Fixed all theme onconsistencies.

1.0.0-rc.4

Patch Changes

  • 1744543: Updated dependencies.

1.0.0-rc.3

Patch Changes

  • dc6376f: Updated all readme files, added better descriptions and links to docs and source code.

1.0.0-rc.2

Minor Changes

  • 532a7d4: Updated to Chakra UI 2.2.1
  • 7a16ef7: Updated to Chakra UI 2.2.1

Patch Changes

  • 532a7d4: Fixed all theme onconsistencies.

1.0.0-rc.1

Patch Changes

  • Re-publish.

1.0.0-rc.0

Major Changes

  • 1db5bf9: Initial release candidate

Minor Changes

  • 3ae6be1: breaking: Updated to Chakra UI 2.1
  • 3ae6be1: breaking: React 18 support.

Patch Changes

  • 1fdf52a: Modern bundles now use .mjs extension.

0.5.1

Patch Changes

  • Updated Chakra UI version range not to include 2.x

0.5.0

Minor Changes

  • 4aef278: Support custom colors and fixed an issue where gray color would get generated incorrectly

0.4.1

Patch Changes

  • b3159a7: Only publish dist and src files

0.4.0

Minor Changes

  • Upgrade to Chakra UI 1.8.1

0.3.2

Patch Changes

  • Improved exports configuration

0.3.1

Patch Changes

  • Republish with correct deps

0.3.0

Minor Changes

  • Added new packages and migrated to microbuild

  • No longer exported using export default