0.3.4 • Published 16 days ago

@arcteryx/components-design-system v0.3.4

Weekly downloads
-
License
ISC
Repository
bitbucket
Last release
16 days ago

@arcteryx/components-design-system

What is it?

Arc'teryx Atomic Design Components is a library of reusable UI components following the principles of Atomic Design. These components are designed to be highly modular and flexible, allowing developers to build consistent and visually appealing user interfaces across different projects.

Install

npm install --save @arcteryx/components-design-system

Usage

const App = () => {
  // Sample video data (replace with your own video URL, cover image URL, and label)
  const video = {
    url: "https://www.example.com/sample_video.mp4",
    coverImageUrl: "https://www.example.com/sample_cover_image.jpg",
    label: "Sample Video",
  };

  return (
    <div>
      {/* Other components or content */}
      <Video video={video} />
    </div>
  );
};

Configuration

Props

The Video component accepts the following props:

className (optional): Additional CSS class name to be applied to the component for custom styling. video (required): An object containing the video data with the following properties: url (string, required): The URL of the video file to be played. coverImageUrl (string, required): The URL of the video thumbnail (cover image). label (string, required): A descriptive label for the video.

Styling

The component uses styled-components to define its styles. You can customize the appearance of the video thumbnail and modal by modifying the styles in the component file.

Important Note

Ensure that you have the required url, coverImageUrl, and label properties set correctly in the video object. If any of these properties are missing or invalid, the component may not function as expected. .

0.3.4

16 days ago

0.3.3

28 days ago

0.3.2

28 days ago

0.3.1

1 month ago

0.3.0

2 months ago

0.3.0-gamma.0

3 months ago

0.3.0-ts2.0

3 months ago

0.3.0-ts.0

3 months ago

0.2.21

3 months ago

0.3.0-test.0

3 months ago

0.2.20

3 months ago

0.3.0-alpha.0

3 months ago

0.2.19

3 months ago

0.2.18

3 months ago

0.2.17

3 months ago

0.2.16

3 months ago

0.2.15

4 months ago

0.2.14

4 months ago

0.2.13

4 months ago

0.2.15-alpha.0

4 months ago

0.2.12

5 months ago

0.2.11

5 months ago

0.2.10

5 months ago

0.2.9

5 months ago

0.2.8

5 months ago

0.2.7

5 months ago

0.2.5

6 months ago

0.2.4

6 months ago

0.2.3

7 months ago

0.2.2

8 months ago

0.2.1

8 months ago

0.2.0

9 months ago

0.1.1

9 months ago

0.1.0

9 months ago