New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@factorialco/factorial-one

Package Overview
Dependencies
Maintainers
0
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@factorialco/factorial-one

[![Build and Publish Storybook to GitHub Pages](https://github.com/factorialco/factorial-one/actions/workflows/deploy.yaml/badge.svg)](https://github.com/josepjaume/factorial-one/actions/workflows/deploy.yaml) [![Storybook Tests](https://github.com/factor

0.0.1
latest
npm
Version published
Weekly downloads
8
Maintainers
0
Weekly downloads
 
Created
Source

Factorial One

Build and Publish Storybook to GitHub Pages Storybook Tests

one.factorial.dev

Usage

In your react project:

$ npm install git+https://github.com/factorialco/factorial-one#release

Then, in your react files:

// In your `main.tsx` file or any top-level component
import "@factorialco/factorial-one/dist/styles.css"

// If you want to use the shipped fonts
import "@factorialco/factorial-one/dist/fonts.js"

// In any of your components
import { Button } from "@factorialco/factorial-one"

And that's it!

Development

Install nodejs

The recommended approach is to use the asdf dependency manager. On MacOS + Homebrew:

$ brew install asdf
$ echo -e "\n. $(brew --prefix asdf)/libexec/asdf.sh" >> ${

Then open a new terminal:

$ asdf plugin add nodejs

Then, cd into the project's directory and:

$ asdf install

This should leave you with a fully working nodejs version.

Start the project

First, install the dependencies:

$ npm install

Then run the storybook server:

$ npm start

FAQs

Package last updated on 27 Jan 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts