Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frex-is/artificium-ui
Artificium UI Library is a versatile and responsive React component library built with TypeScript. This library is designed to seamlessly integrate into your React projects, providing a collection of reusable UI components inspired by the Artificium Figma design.
https://github.com/frex-is/artificium-ui
artificium components-library react storybook styled-components typescript ui
Last synced: about 2 months ago
JSON representation
Artificium UI Library is a versatile and responsive React component library built with TypeScript. This library is designed to seamlessly integrate into your React projects, providing a collection of reusable UI components inspired by the Artificium Figma design.
- Host: GitHub
- URL: https://github.com/frex-is/artificium-ui
- Owner: frex-is
- License: mit
- Created: 2023-12-29T22:38:04.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-28T14:53:18.000Z (10 months ago)
- Last Synced: 2024-03-28T16:07:57.478Z (10 months ago)
- Topics: artificium, components-library, react, storybook, styled-components, typescript, ui
- Language: TypeScript
- Homepage: https://artificium-ui.vercel.app
- Size: 23.5 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Artificium UI Library
![artificium UI banner](assets/md/banner_artificium.png)
### Maintainers
[![Frex-is](https://img.shields.io/badge/Github-Frex--is-%23181717?logo=github)](https://github.com/frex-is)
### ✏️ Description:
Artificium UI Library is a versatile and responsive React component library built with TypeScript. This library is designed to seamlessly integrate into your React projects, providing a collection of reusable UI components inspired by the [Artificium](https://www.figma.com/community/file/1237505388738737733) Figma design who was created by [Mikołaj Niżnik](https://www.figma.com/@mniznik).
### 🖥️ Install and Run the application (Local Development):
Requirements:
- [Node.js v20.10.0 or later](https://nodejs.org/en/download).1. Clone the repository:
```bash
git clone https://github.com/frex-is/artificium-ui.git
```2. Install the dependencies:
```bash
npm install
```3. Run the application:
```bash
npm run storybook
```### 🐋 Install and Run the application (Containerized Development):
Requirements:
- [Docker](https://www.docker.com/products/docker-desktop/).
- [visual studio code](https://code.visualstudio.com/download) or [github codespaces](https://github.com/features/codespaces).
#### Visual Studio Code:1. Clone the repository:
```bash
git clone https://github.com/frex-is/artificium-ui.git
```2. Open the project in Visual Studio Code.
```bash
code artificium-ui
```3. Install the [Remote - Containers](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers) extension.
4. Reopen the project in a container.
5. Run the application:```bash
npm run storybook
```#### GitHub Codespaces:
1. Open the project in GitHub Codespaces.
2. Run the application:```bash
npm run storybook
```### ©️ License
This project is licensed under the [MIT License](https://github.com/frex-is/artificium-ui?tab=MIT-1-ov-file#readme).