1.1.7 • Published 4 years ago

searchable-list-hu-react v1.1.7

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

Contributors Forks Stargazers Issues MIT License LinkedIn

Table of Contents

About The Project

I find most component frameworks to overly complex and large for most of my needs, so I decided to start publishing encapsulated, small and reusable components that have a clean and easily stylable design.

Built With

The packages all use a template called react-component-publish, and they only ever use eachother as dependencies

Getting Started With Contributing

To get a local test environment up and running follow these simple steps.

Prerequisites

You need to clone both imp-dance/components and imp-dance/components-serve.

  • components-serve is your test environment, and essentially a local copy of haakon.underbakke.net/components, where you will be doing most of your work.
  • components is where you will add your changes or components and create a pull request.

Cloning the repositories

mkdir hu-components
cd hu-components
git clone https://github.com/imp-dance/components.git

cd ../

mkdir hu-components-test
cd hu-components-test
git clone https://github.com/imp-dance/components-serve.git

Starting the dev-environment

Assuming you are still in ./hu-components-test, run the follwing commands

cd components-serve/components
npm install

After the packages have finished installing, you can start the test environment

npm run start

Making changes

From components-serve/components, you can load in the examples from src/components/reusable instead of directly from NPM, then you can edit them directly to see the live changes.

Roadmap

See the open issues for a list of proposed features (and known issues).

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Håkon Svennes Underbakke - @impedansen - haakon@underbakke.net

Project Link: https://github.com/imp-dance/components

Acknowledgements

1.1.7

4 years ago

1.1.6

4 years ago

1.1.5

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago