Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
bfae1d2
chore(readme.md): update readme badges. (#280)
rishichawda Dec 27, 2018
3b0c02b
docs: update CODE_OF_CONDUCT.md
rishichawda Dec 27, 2018
278876b
docs: update CONTRIBUTING.md
rishichawda Dec 27, 2018
7bbff52
docs(README.md): update readme.md
rishichawda Dec 27, 2018
196c4a2
chore(package.json): update package version
rishichawda Dec 27, 2018
4fd221c
🐛 fix navbar visible on first load of homepage
KRRISH96 Dec 27, 2018
a96af0d
fix(navbar): fix navbar display on homepage
rishichawda Dec 27, 2018
e383f9f
fix(navbar): handle url prefixes for prod and dev
rishichawda Dec 27, 2018
199e0e3
fix(env): fix typo
rishichawda Dec 27, 2018
71faa24
chore(images): Update responsive images on home page with site data
KRRISH96 Dec 27, 2018
f124aab
fix(pages): format routes to include query params
rishichawda Dec 28, 2018
91b4f06
fix(playground): fix playground routes
rishichawda Dec 28, 2018
46f8a74
fix(playground): fix routes on playground for analytics
rishichawda Dec 28, 2018
b95da6a
fix(gatsby-browser.js): format analytics url for switching between do…
rishichawda Dec 28, 2018
bb79559
fix(scrollbar): reduce custom scroll width and add radius (#299)
rishichawda Jan 1, 2019
bd2457a
fix(autocomplete): update autocomplete design (#288)
rishichawda Jan 1, 2019
0a0916d
style(badge): update badge design (#289)
KRRISH96 Jan 1, 2019
645ed1a
fix(checkbox): update checkbox design (#291)
KRRISH96 Jan 1, 2019
ed515c4
fix(radioButtonGroup): update RadioButtonGroup design (#292)
KRRISH96 Jan 1, 2019
99500c8
fix(snackbar): update snackbardesign (#294)
KRRISH96 Jan 1, 2019
23a7d1a
fix(multiselect): update multiselect design and fix minor bugs (#296)
rishichawda Jan 1, 2019
de21936
fix(navbar): update navbar design (#297)
rishichawda Jan 1, 2019
4f11e93
fix(table): improve table accessibility (#300)
KRRISH96 Jan 1, 2019
2ccabbf
fix(button): update button design (#301)
kaushiknishchay Jan 1, 2019
78ddb88
fix(preloader): improve preloader animation (#302)
rishichawda Jan 2, 2019
abfeb5d
fix(popover): update popover design (#298)
rishichawda Jan 2, 2019
c380b28
fix(pagination): update pagination design (#303)
KRRISH96 Jan 2, 2019
7726d28
fix(modal): update modal design (#295)
rishichawda Jan 2, 2019
bd89c43
fix(tooltip): update tooltip design and animation (#305)
rishichawda Jan 2, 2019
68ee49a
fix(select): update select design (#304)
rishichawda Jan 2, 2019
c4d9397
fix(progressbar): improve progressbar animation (#306)
rishichawda Jan 2, 2019
3e544ed
fix(chip): update chip design (#293)
rishichawda Jan 2, 2019
77c5014
fix(card): update card design (#290)
rishichawda Jan 3, 2019
1186067
fix(carousel): update carousel design (#308)
rishichawda Jan 3, 2019
2d22280
fix(textinput): update textinput design (#309)
rishichawda Jan 3, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,24 @@ These are the values to which people in the community should aspire:
- Discussing potentially offensive or sensitive issues; this all too often leads to unnecessary conflict.
- Microaggressions: brief and commonplace verbal, behavioral and environmental indignities that communicate hostile,
derogatory or negative slights and insults to a person or group.

### Our Responsibilities

Project maintainers are responsible for clarifying the standards of acceptable
behavior and are expected to take appropriate and fair corrective action in
response to any instances of unacceptable behavior.

Project maintainers have the right and responsibility to remove, edit, or
reject comments, commits, code, wiki edits, issues, and other contributions
that are not aligned to this Code of Conduct, or to ban temporarily or
permanently any contributor for other behaviors that they deem inappropriate,
threatening, offensive, or harmful.

### Scope

This Code of Conduct applies both within project spaces and in public spaces
when an individual is representing the project or its community. Examples of
representing a project or community include using an official project e-mail
address, posting via an official social media account, or acting as an appointed
representative at an online or offline event. Representation of a project may be
further defined and clarified by project maintainers.
28 changes: 4 additions & 24 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
When contributing to this repository, please first discuss the change you wish to make via an issue,
with the owners of this repository before making a change. You can open an issue [here](https://github.com/Codebrahma/react-lite-ui/issues).

Please note we have a code of conduct, please follow it in all your interactions with the project.
Please note we have a code of conduct, please follow it in all your interactions with the project. You can find it [here](https://github.com/Codebrahma/react-lite-ui/blob/master/CODE_OF_CONDUCT.md).

## Pull Request Process

Expand All @@ -17,11 +17,6 @@ on your pull request :
* Ensure there is an issue open which is related to the request. Pull requests without any related issues will not be processed.
* Check for activity in other issues / pull requests related to your pull request.

## Code of Conduct

Our team is dedicated towards creating and maintaining an ethical, responsible and positive environment for the community.
Please go through our code of conduct to read about some of the ways in which we can maintain proper communication.

## Getting Started

To run the project locally, you can :
Expand Down Expand Up @@ -77,23 +72,8 @@ The focus is on keeping the components as minimal as possible while providing va
customise which might generally be required in a scalable production code and can decrease the overhead of
complicated configurations, code styles or other requirements.

### Our Responsibilities

Project maintainers are responsible for clarifying the standards of acceptable
behavior and are expected to take appropriate and fair corrective action in
response to any instances of unacceptable behavior.

Project maintainers have the right and responsibility to remove, edit, or
reject comments, commits, code, wiki edits, issues, and other contributions
that are not aligned to this Code of Conduct, or to ban temporarily or
permanently any contributor for other behaviors that they deem inappropriate,
threatening, offensive, or harmful.

### Scope
## Code of Conduct

This Code of Conduct applies both within project spaces and in public spaces
when an individual is representing the project or its community. Examples of
representing a project or community include using an official project e-mail
address, posting via an official social media account, or acting as an appointed
representative at an online or offline event. Representation of a project may be
further defined and clarified by project maintainers.
Our team is dedicated towards creating and maintaining an ethical, responsible and positive environment for the community.
Please go through our [code of conduct](https://github.com/Codebrahma/react-lite-ui/blob/master/CODE_OF_CONDUCT.md) to read about some of the ways in which we can maintain proper communication.
16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,22 @@
<h4 align="center">A set of light weight React Components, which are easily customizable and can be bootstrapped in your project.</h4>

<p align="center">
<a href="https://www.npmjs.com/package/react-lite-ui">
<img src="https://img.shields.io/npm/v/react-lite-ui/latest.svg?style=flat-square"
alt="TravisCI">
</a>
<a href="https://travis-ci.org/Codebrahma/react-lite-ui">
<img src="https://img.shields.io/travis/Codebrahma/react-lite-ui/development.svg"
<img src="https://img.shields.io/travis/Codebrahma/react-lite-ui/development.svg?style=flat-square"
alt="TravisCI">
</a>
<a href="https://david-dm.org/Codebrahma/react-lite-ui">
<img src="https://img.shields.io/david/Codebrahma/react-lite-ui.svg" alt="dependencies">
<img src="https://img.shields.io/david/Codebrahma/react-lite-ui.svg?style=flat-square" alt="dependencies">
</a>
<a href="https://david-dm.org/Codebrahma/react-lite-ui?type=dev">
<img src="https://img.shields.io/david/dev/Codebrahma/react-lite-ui.svg" alt="dev dependencies">
<img src="https://img.shields.io/david/dev/Codebrahma/react-lite-ui.svg?style=flat-square" alt="dev dependencies">
</a>
<a href="https://codecov.io/gh/Codebrahma/react-lite-ui">
<img src="https://codecov.io/gh/Codebrahma/react-lite-ui/branch/development/graph/badge.svg" alt="Codecov">
<img src="https://img.shields.io/codecov/c/github/Codebrahma/react-lite-ui.svg?style=flat-square" alt="Codecov">
</a>
</p>

Expand Down Expand Up @@ -205,12 +209,12 @@ Simply visit our [Playground page](https://codebrahma.com/react-lite-ui/playgrou

### Contributing :

If you want to contribute, please take a look at our [Contribution guidelines]() and raise a PR! We would love contributions!
If you want to contribute, please take a look at our [Contribution guidelines](https://github.com/Codebrahma/react-lite-ui/blob/master/CONTRIBUTING.md) and raise a PR! We would love contributions!

If you find an issue or have a question, please open an issue [here](https://github.com/Codebrahma/react-lite-ui/issues) and we would love to help you out and keep improving this library! :smile:

Thanks!

### Contributors :

[![](https://sourcerer.io/fame/prasanna1211/Codebrahma/react-lite-ui/images/0)](https://sourcerer.io/fame/prasanna1211/Codebrahma/react-lite-ui/links/0)[![](https://sourcerer.io/fame/prasanna1211/Codebrahma/react-lite-ui/images/1)](https://sourcerer.io/fame/prasanna1211/Codebrahma/react-lite-ui/links/1)[![](https://sourcerer.io/fame/prasanna1211/Codebrahma/react-lite-ui/images/2)](https://sourcerer.io/fame/prasanna1211/Codebrahma/react-lite-ui/links/2)[![](https://sourcerer.io/fame/prasanna1211/Codebrahma/react-lite-ui/images/3)](https://sourcerer.io/fame/prasanna1211/Codebrahma/react-lite-ui/links/3)[![](https://sourcerer.io/fame/prasanna1211/Codebrahma/react-lite-ui/images/4)](https://sourcerer.io/fame/prasanna1211/Codebrahma/react-lite-ui/links/4)[![](https://sourcerer.io/fame/prasanna1211/Codebrahma/react-lite-ui/images/5)](https://sourcerer.io/fame/prasanna1211/Codebrahma/react-lite-ui/links/5)[![](https://sourcerer.io/fame/prasanna1211/Codebrahma/react-lite-ui/images/6)](https://sourcerer.io/fame/prasanna1211/Codebrahma/react-lite-ui/links/6)[![](https://sourcerer.io/fame/prasanna1211/Codebrahma/react-lite-ui/images/7)](https://sourcerer.io/fame/prasanna1211/Codebrahma/react-lite-ui/links/7)
[![](https://sourcerer.io/fame/prasanna1211/Codebrahma/react-lite-ui/images/0)](https://sourcerer.io/fame/prasanna1211/Codebrahma/react-lite-ui/links/0)[![](https://sourcerer.io/fame/prasanna1211/Codebrahma/react-lite-ui/images/1)](https://sourcerer.io/fame/prasanna1211/Codebrahma/react-lite-ui/links/1)[![](https://sourcerer.io/fame/prasanna1211/Codebrahma/react-lite-ui/images/2)](https://sourcerer.io/fame/prasanna1211/Codebrahma/react-lite-ui/links/2)[![](https://sourcerer.io/fame/prasanna1211/Codebrahma/react-lite-ui/images/3)](https://sourcerer.io/fame/prasanna1211/Codebrahma/react-lite-ui/links/3)[![](https://sourcerer.io/fame/prasanna1211/Codebrahma/react-lite-ui/images/4)](https://sourcerer.io/fame/prasanna1211/Codebrahma/react-lite-ui/links/4)[![](https://sourcerer.io/fame/prasanna1211/Codebrahma/react-lite-ui/images/5)](https://sourcerer.io/fame/prasanna1211/Codebrahma/react-lite-ui/links/5)[![](https://sourcerer.io/fame/prasanna1211/Codebrahma/react-lite-ui/images/6)](https://sourcerer.io/fame/prasanna1211/Codebrahma/react-lite-ui/links/6)[![](https://sourcerer.io/fame/prasanna1211/Codebrahma/react-lite-ui/images/7)](https://sourcerer.io/fame/prasanna1211/Codebrahma/react-lite-ui/links/7)
1 change: 1 addition & 0 deletions doc/.env.development
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
HOMEPAGE_ROOT_URL_PREFIX='/'
1 change: 1 addition & 0 deletions doc/.env.production
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
HOMEPAGE_ROOT_URL_PREFIX='/react-lite-ui/'
7 changes: 6 additions & 1 deletion doc/gatsby-browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
// You can delete this file if you're not using it
exports.onPreRouteUpdate = ({ location }) => {
if (window && typeof window.gtag === 'function') {
window.gtag('config', 'UA-41862404-1', { page_path: location.pathname });
if (location.href.indexOf('?') >= 0) {
const component = location.search.substring(1).split('=')[1];
window.gtag('config', 'UA-41862404-1', { page_path: `${location.pathname}/${component}` });
} else {
window.gtag('config', 'UA-41862404-1', { page_path: location.pathname });
}
}
};
4 changes: 4 additions & 0 deletions doc/gatsby-config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
require('dotenv').config({
path: `.env.${process.env.NODE_ENV}`,
});

module.exports = {
pathPrefix: '/react-lite-ui',
siteMetadata: {
Expand Down
Loading