Commit 06a65fa0 by Ari Rizzitano

excalibur -> paragon

parent dda8b9bb
# excalibur # Paragon
A minimal, accessible, open-source React component library for use in the Open edX platform. Still in the exploratory phase, but usable!
## Documentation
https://arizzitano.github.io/paragon
## Run Locally
[Yarn](https://yarnpkg.com) is recommended for installation.
```
$ git clone git@github.com:arizzitano/paragon.git
$ cd paragon
$ yarn install
$ yarn run start
```
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
{ {
"name": "excalibur", "name": "paragon",
"version": "0.0.1", "version": "0.0.1",
"description": "Accessible, responsive UI component library based on Bootstrap.", "description": "Accessible, responsive UI component library based on Bootstrap.",
"main": "dist/excalibur.min.js", "main": "dist/paragon.min.js",
"author": "arizzitano", "author": "arizzitano",
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {
......
...@@ -100,7 +100,7 @@ storiesOf('SelectInput', module) ...@@ -100,7 +100,7 @@ storiesOf('SelectInput', module)
)) ))
.add('with validation', () => ( .add('with validation', () => (
<SelectInput <SelectInput
name="skittles" name="color"
label="Favorite Color" label="Favorite Color"
options={[ options={[
'', '',
......
...@@ -86,8 +86,8 @@ const additionalConfig = { ...@@ -86,8 +86,8 @@ const additionalConfig = {
entry: path.resolve('./src/index.js'), entry: path.resolve('./src/index.js'),
output: { output: {
path: path.resolve('./dist'), path: path.resolve('./dist'),
filename: 'excalibur.min.js', filename: 'paragon.min.js',
library: 'excalibur', library: 'paragon',
libraryTarget: 'umd', libraryTarget: 'umd',
}, },
externals: [{ externals: [{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment