add custom comp lib style

parent f4dc0a90
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
class="inline-block text-sm px-4 py-2 leading-none border rounded text-white border-white hover:border-transparent hover:text-teal-500 hover:bg-white mt-4 lg:mt-0" to="/cart" >Cart{{$store.state.cart.length>0? $store.state.cart.length:""}}</router-link> class="inline-block text-sm px-4 py-2 leading-none border rounded text-white border-white hover:border-transparent hover:text-teal-500 hover:bg-white mt-4 lg:mt-0" to="/cart" >Cart{{$store.state.cart.length>0? $store.state.cart.length:""}}</router-link>
</div> </div>
<div> <div>
<p class="text-xl text-white" v-if="user">{{ user }}</p> <p class="text-xl text-white capitalize" v-if="user">{{ user }}</p>
<SLogin v-else loginText="CustomLogin Button" @user-login="setUserInfo"></SLogin> <SLogin v-else loginText="CustomLogin Button" @user-login="setUserInfo"></SLogin>
</div> </div>
</div> </div>
......
import '@sangarajuguptanisum/vue-custom-components/dist/index.css'; import '@sangarajuguptanisum/vue-custom-components/dist/index.css';
import '@sangarajuguptanisum/vue-custom-components/dist/style.css';
import vueComponents from '@sangarajuguptanisum/vue-custom-components' import vueComponents from '@sangarajuguptanisum/vue-custom-components'
import './assets/main.css' import './assets/main.css'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment