0.2.9 • Published 2 years ago

@tepachelabs/components v0.2.9

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Tepachelabs Component

This is an internal library for Tepachelabs.

Installation

npm install @tepachelabs/components

Usage

  • You require to import this css file into your project root.
import '@tepachelabs/components/dist/css/min.css'
  • Importing components into your project.

// How to import components?
import { Footer } from '@tepachelabs/components'
 
export default function Home() {
  return (
    <html>
      ...
      <Footer />
    </html>
  )
}

Running project locally

# Clone repo
git@github.com:tepachelabs/tepache-components.git

# Access folder
cd tepache-components

# Install modules
npm install

# Run storybook
npm run storybook

After runnning the commands you should be seeing storybook running on http://localhost:6006/

Contribuiting

  • Whenever you make changes to this project (commit changes) a new build is created /dist folder.
  • When you try to commit our pre-commit hook is triggered and will create the new /dist folder and will update the package.json.
  • If you have access to this repo's npm package just run the following command:

npm public --access public
0.2.9

2 years ago

0.2.8

2 years ago

0.2.0

2 years ago

0.1.7

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.0

2 years ago

0.0.13

2 years ago

0.0.12

2 years ago

0.0.11

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago