1.16.4 • Published 9 days ago

@aleph-front/core v1.16.4

Weekly downloads
-
License
ISC
Repository
-
Last release
9 days ago

Aleph.im frontend core package

Usage

  1. Install Styled Components

    npm i --save-dev styled-components
  2. Set the desired theme

    import { ThemeProvider } from "styled-components";
    import { themes } from "@aleph-front/core";
    
    function App() {
      return (
        <ThemeProvider theme={themes.aleph}>
          <div>...</div>
        <ThemeProvider />
      );
  3. Start using the Components

    import { ThemeProvider } from "styled-components";
    import { themes, Logo } from "@aleph-front/core";
    
    function App() {
      return (
        <ThemeProvider theme={themes.aleph}>
          <Logo text="Node Metrics" />
        </ThemeProvider>
      );
    }

    See all components in the StoryBook

Get started as developer

Set up font awesome in your local environment

Before start, obtain a valid package token and set the env var FONTAWESOME_NPM_AUTH_TOKEN Follow this guide for configuring your local npm config

Known issues and workarounds

  • Using aleph-core with Next.js framework:
    • Problems with css @import syntaxis. You will need to manually import the font-face css from an url via <link> html element, or by creating a font.css that will contain the @import statement and will be imported from the _app.tsx Next.js file
    • Problems with font awesome stylesheet. Follow this guide to solve it: https://fontawesome.com/docs/web/use-with/react/use-with#next-js

We strongly recomend to use styled-components tailwind and twin.macro in your project

Follow this guide: https://github.com/ben-rogerson/twin.examples/tree/master/next-styled-components-typescript#getting-started

1.16.4

9 days ago

1.15.73

15 days ago

1.15.71

24 days ago

1.15.72

24 days ago

1.15.70

2 months ago

1.15.69

2 months ago

1.15.68

2 months ago

1.15.67

2 months ago

1.15.58

2 months ago

1.15.59

2 months ago

1.15.60

2 months ago

1.15.65

2 months ago

1.15.66

2 months ago

1.15.61

2 months ago

1.15.62

2 months ago

1.15.63

2 months ago

1.15.64

2 months ago

1.15.55

2 months ago

1.15.56

2 months ago

1.15.57

2 months ago

1.15.54

2 months ago

1.15.50

2 months ago

1.15.51

2 months ago

1.15.52

2 months ago

1.15.45

2 months ago

1.15.46

2 months ago

1.15.47

2 months ago

1.15.44

3 months ago

1.15.43

3 months ago

1.15.40

3 months ago

1.15.41

3 months ago

1.15.42

3 months ago

1.15.39

3 months ago

1.15.37

3 months ago

1.15.35

3 months ago

1.15.36

3 months ago

1.15.32

3 months ago

1.15.33

3 months ago

1.15.34

3 months ago

1.15.30

3 months ago

1.15.31

3 months ago

1.15.18

3 months ago

1.15.19

3 months ago

1.15.16

3 months ago

1.15.17

3 months ago

1.15.21

3 months ago

1.15.22

3 months ago

1.15.23

3 months ago

1.15.24

3 months ago

1.15.20

3 months ago

1.15.29

3 months ago

1.15.25

3 months ago

1.15.26

3 months ago

1.15.27

3 months ago

1.15.28

3 months ago

1.15.13

3 months ago

1.15.14

3 months ago

1.15.15

3 months ago

1.15.10

4 months ago

1.15.11

4 months ago

1.15.12

4 months ago

1.15.9

4 months ago

1.15.8

4 months ago

1.15.7

4 months ago

1.15.6

4 months ago

1.15.5

4 months ago

1.15.4

4 months ago

1.15.3

4 months ago

1.15.2

4 months ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago