0.3.1 • Published 11 months ago

@brunochirelli/angular-design-system v0.3.1

Weekly downloads
-
License
-
Repository
github
Last release
11 months ago

Angular Design System Project

This project is an implementation of a design system for Angular. It provides a set of reusable UI components and styles that can be used across Angular applications to ensure consistency and maintainability of the UI.

Getting Started

To get started with this project, follow these steps:

Clone the repository to your local machine Install the dependencies by running npm install Run the project by running ng serve Design System Components The following design system components are included in this project:

  • Buttons
  • Forms
  • Navigation
  • Modals
  • Tabs
  • Typography
  • Icons
  • Colors
  • Grid
  • Usage

To use the design system components in your Angular applications, you can simply import the individual modules from this project in your Angular modules. For example, to use the buttons module, you can import it in your module like this:

Typescript

import { ButtonsModule } from 'angular-design-system';

@NgModule({ imports: ButtonsModule, declarations: MyComponent }) export class MyModule {}

Contribution

This project is open for contribution. To contribute, please follow these steps:

  • Fork the repository
  • Create a new branch for your contribution
  • Make your contribution
  • Test your contribution
  • Submit a pull request

License

This project is licensed under the MIT License. See the LICENSE file for details.

Acknowledgements

This project was inspired by other design systems like Material Design and Bootstrap. Thank you to the Angular community for making this project possible.

0.3.0

11 months ago

0.3.1

11 months ago

0.2.0

11 months ago

0.1.2

12 months ago

0.1.1

12 months ago

0.1.0

12 months ago

0.0.9

12 months ago

0.0.8

12 months ago

0.0.7

12 months ago

0.0.6

12 months ago

0.0.5

12 months ago

0.0.4

12 months ago

0.0.2

12 months ago

0.0.1

12 months ago