0.3.4-beta.0 • Published 5 years ago

@arc-core-components/feature_global-amp-gallery v0.3.4-beta.0

Weekly downloads
975
License
ISC
Repository
github
Last release
5 years ago

Feature: Amp Gallery

What does this do?

When used in a Fusion Project, this Core Component can be used to render a gallery that is compliant with amp, using the amp-carousel component.

How do I use it?

  import AMPCarousel from '@arc-core-components/feature_global-amp-gallery'

  <AMPCarousel {..yourProps}></AMPCarousel>

Take a look in the src file to see a suggested implementation, in index.mdx

How can I view what's in there quickly?

Run npm i && npm run docz:dev after cloning to see what is within.

Amp Notes:

Read the amp-carousel documentation

Testing & Linting

We are using Jest and XO for testing and linting.

We are using Husky to run a pre-push hook, preventing un-linted or code that fails tests from making it into the repo.

To test: npm test

To lint: npm run lint - This will also fix any simple linter errors automatically.

To push without testing or linting: git push --no-verify - This can often be helpful if you just need to push a branch for demonstration purposes or for help.

0.3.4-beta.0

5 years ago

0.3.3-beta.0

5 years ago

0.3.2-beta.1

5 years ago

0.3.2-beta.0

5 years ago

0.3.1-beta.6

5 years ago

0.3.1-beta.5

5 years ago

0.3.1-beta.4

5 years ago

0.3.1-beta.3

5 years ago

0.3.1-beta.2

5 years ago

0.3.1-beta.1

5 years ago

0.3.1-beta.0

5 years ago

0.3.0

5 years ago

0.2.3

5 years ago

0.2.2

5 years ago

0.2.2-beta.0

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.0-beta.2

5 years ago

0.1.0-beta.1

5 years ago

0.1.0

5 years ago