Skip to content

Commit

Permalink
new blockin interface + lots of options added
Browse files Browse the repository at this point in the history
  • Loading branch information
trevormil committed Jan 22, 2024
1 parent 70282d8 commit b235400
Show file tree
Hide file tree
Showing 24 changed files with 21,257 additions and 8,240 deletions.
16 changes: 16 additions & 0 deletions .babelrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"sourceType": "unambiguous",
"presets": [
[
"@babel/preset-env",
{
"targets": {
"chrome": 100,
"safari": 15,
"firefox": 91
}
}
]
],
"plugins": []
}
11 changes: 11 additions & 0 deletions .storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ const path = require('path');

module.exports = {
stories: ['../src/ui/**/*.stories.tsx'],

// Add any Storybook addons you want here: https://storybook.js.org/addons/
addons: [],

webpackFinal: async (config) => {
config.module.rules.push({
test: /\.scss$/,
Expand All @@ -22,4 +24,13 @@ module.exports = {

return config;
},

framework: {
name: '@storybook/react-webpack5',
options: {}
},

docs: {
autodocs: true
}
};
Binary file added images/bitbadgeslogotext.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit b235400

Please sign in to comment.