0.0.24 • Published 2 years ago

nextjs-tf-lib v0.0.24

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

💻 About the project


We always had in mind that building a library would help us in the development of our projects, and so nextjs-tf-lib was born, based on React and NextJS, and styled with CSS-in-JS Stitches.

🚀 Installation


Our library is available as an npm package.

npm:

npm install nextjs-tf-lib

yarn:

yarn add nextjs-tf-lib

💡 Getting Started


import { Button } from "nextjs-tf-lib";

function Example() {
  return <Button label="Click me"/>;
}

Examples

You can find more examples in our documentation.

🔨 Contributing


If you want to send a PR to this project, you can follow the steps below to run the project locally.:

Installation

git clone git@github.com:trocafone/nextjs-tf-lib.
yarn install

Running the project

yarn build
yarn start

yarn link // link the package to your local environment

yarn unlink // unlink the package from your local environment

Symlinking the package during your development

Our project already has a test environment, but if you want to test your changes in a personal project, you can use the yarn link command to link the package to your local environment.

yarn link [package-name] // link the package to the project you want to test

yarn unlink [package-name] // unlink the package from the project you want to test

📝 License


This project is under the terms of MIT License

Utils


  Badget -
  BaseCard -
  Button -
  Grid -
  Icon -
  Input -
  Loading -
  Modal -
  Ring -
  Select -
  Text -
  Toggle -
  ToggleButtonGroup -
  ToogleDifficultyLevel;

Libraries used for development

@emotion/react
@emotion/styled
@mui/material
@mui/styled-engine-sc
@mui/system
@rollup/plugin-commonjs
@rollup/plugin-node-resolve
@stitches/react
@types/react
@types/react-dom
@types/react-input-mask
@unform/core
@unform/web
classnames
eslint
eslint-config-next
next
react
react-dom
react-icons
react-input-mask
rollup
rollup-plugin-commonjs
rollup-plugin-node-polyfills
rollup-plugin-peer-deps-external
rollup-plugin-terser
rollup-plugin-typescript2
typescript
0.0.23

2 years ago

0.0.24

2 years ago

0.0.20

3 years ago

0.0.21

3 years ago

0.0.22

3 years ago

0.0.19

3 years ago

0.0.18

3 years ago

0.0.17

3 years ago

0.0.16

3 years ago

0.0.15

3 years ago

0.0.14

3 years ago

0.0.13

3 years ago

0.0.12

3 years ago

0.0.11

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago