symphony-ui
TypeScript icon, indicating that this package has built-in type declarations

1.0.16 • Public • Published

Symphony Ui

A set of completely unstyled, fully accessible UI components, designed to integrate beautifully with Tailwind CSS.


Documentation

For full documentation, visit storyBook.

Installing the latest version

You can install the latest version by using:

  • npm i symphony-ui or
  • yarn add symphony-ui

config

  • in tailwind.config.ts:
/** @type  {import('tailwindcss').Config} */

export default {
  content: ["./index.html", "./src/**/*.{js,ts,jsx,tsx}"],

  theme: {
    extend: {
      colors: {
        "primary-color": "#0CBC84",

        "secondary-color": "#253343",

        "placeholder-color": "#92A7C1",

        "input-color": "#F5F7FA",
      },
    },
  },

  plugins: [],
};
  • in App.ts:
import "symphony-ui/Themes/index.scss";

use

import { Button } from "symphony-ui";

const MyComonent = () => {
  return;
  <>
    <Button />
    <Button theme={"Custom"} />
  </>;
};

Packages

Name Version Downloads
symphony-ui/react 1.0.7 200

Community

For help, discussion about best practices, or any other conversation that would benefit from being searchable:

Discuss Symphony Ui on GitHub

Contributing

If you're interested in contributing to Symphony Ui, please read our contributing docs before submitting a pull request.

Package Sidebar

Install

npm i symphony-ui

Weekly Downloads

125

Version

1.0.16

License

MIT

Unpacked Size

107 kB

Total Files

56

Last publish

Collaborators

  • amir-dehghani-77
  • alireza-rashidi-moghadam
  • minasoheilifar