1.3.0 • Published 2 months ago

@mountain-ui/react-components v1.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

@mountain-ui/react-components

Welcome to the @mountain-ui/react-components library documentation! This component library follows the atomic design structure, providing a scalable and organized approach to building UI components. Leveraging the power of react-mnt, our library offers features such as polymorphism, composability, and strong typing for seamless integration into your React applications.

Prerequisites

Before integrating our component library into your project, ensure that you have the following prerequisites:

  • Node.js: Make sure Node.js is installed on your machine. You can download it from nodejs.org.

Installation

To install and use the @mountain-ui/react-components library, follow these steps:

  1. Open a terminal window in your project directory.

  2. Run the following command to install the component library:

    npm install @mountain-ui/react-components
  3. Once installed, you can import and use the components in your project.

Usage Example

Here's a simple example demonstrating how to use some of the components in your React application:

import React from 'react';
import { MntButton, MntInput, MntCodeBlock } from '@mountain-ui/react-components';

function App() {
  return (
    <div>
      <MntButton variant='solid'>Click me</MntButton>
      <MntInput type='text' placeholder='Enter text' />
      <MntCodeBlock language='jsx'>
        {`function example() {
  // Your code here
}`}
      </MntCodeBlock>
    </div>
  );
}

export default App;

Components

For detailed information about each component, refer to the sub-pages:

Atoms

Molecules

1.3.0

2 months ago

1.2.6

3 months ago

1.2.5

3 months ago

1.2.4

3 months ago

1.2.2

3 months ago

1.2.0

4 months ago

1.2.1

3 months ago

1.1.0

5 months ago

1.0.2

6 months ago

1.0.1

6 months ago

1.0.0

6 months ago

0.11.8

1 year ago

0.11.5

1 year ago

0.11.6

1 year ago

0.11.7

1 year ago

0.11.3

2 years ago

0.11.4

2 years ago

0.11.2

2 years ago

0.9.4

2 years ago

0.9.3

2 years ago

0.11.0

2 years ago

0.10.1

2 years ago

0.11.1

2 years ago

0.10.2

2 years ago

0.10.0

2 years ago

0.9.2

2 years ago

0.9.0

2 years ago

0.8.1

2 years ago

0.7.2

2 years ago

0.8.0

2 years ago

0.7.1

2 years ago

0.8.3

2 years ago

0.9.1

2 years ago

0.8.2

2 years ago

0.7.0

2 years ago

0.6.0

2 years ago

0.5.0

3 years ago

0.5.1

3 years ago

0.4.0

3 years ago

0.3.6

3 years ago

0.3.7

3 years ago

0.3.4

3 years ago

0.3.3

3 years ago

0.3.2

3 years ago

0.3.1

3 years ago

0.3.0

3 years ago

0.2.4

3 years ago

0.2.3

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.2.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

1.0.0-alpha.2

3 years ago

1.0.0-alpha.1

3 years ago