Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

mowekabanas/ladorni

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Mowe La Dorni Project

##Wine

The Wine instance has support for three types of states:

  • is-active
  • is-expanded
  • is-animated (only DOM use)
<article class="Wine deep-purple-100 is-active is-expanded">

	<div class="Wine-background"></div> <!-- optional -->
    
    <div class="Wine-inner">

        <header class="WineHeader"...>

        <figure class="WineFigure"...>

        <footer class="WineFooter"...>

        <section class="WineShowMore"...>
        
    </div>

</article>

###Header

<header class="WineHeader">

	<div class="WineHeader-background grey-100"></div>
    
    <div class="WineHeader-inner">

        <section class="WineHeader-title">

            <h2>

                <span class="brand"...>
                <strong...>

            </h2>

        </section>

        <section class="WineHeader-short-description crimson-text-italic">

            <p...>

        </section>

        <section class="WineResume"></section>

    </div>

</header>

###Figure

<figure class="WineFigure">

	<div class="WineFigure-wrapper">

		<img class="WineFigure-img" src="..." alt="..."/>

	</div>

</figure>

###Footer

<footer class="WineFooter font-grey-900">

	<section class="WineAbout">

		<section class="WineResume"...>

		<section class="WineDescription"...>

		<section class="WineTable"...>
		
	</section>

	<section class="WineCheckout"...>

</footer>

###Resume

<section class="WineResume">

	<ul class="WineResumeList">

		<li class="WineResumeItem">

			<a class="WineResumeItem-select-area">

				<header class="WineResumeItem-header">

					<span class="icon-..."></span>

				</header>

				<span class="WineResumeItem-title">

					<span>...</span>

				</span>

			</a>

		</li>

		<li class="WineResumeItem"...>
		
		<li class="WineResumeItem"...>
		
		...

	</ul>

</section>

###Description

<section class="WineDescription">

	<div class="WineDescription-wrapper">

		<div class="WineDescriptionText">

			<p>...</p>

		</div>

	</div>

</section>

###Table

<section class="WineTable border-grey-900">

	<div class="WineTable-cell">

		<span>Text</span>

	</div>

	<div class="WineTable-cell WineTable-cell--fourth">

		<span>Text</span>

	</div>

	<div class="WineTable-cell WineTable-cell--third">

		<span>Text</span>

	</div>

	<div class="WineTable-cell WineTable-cell--half">

		<span>Text</span>

	</div>

	<div class="WineTable-cell WineTable-cell--full">

		<span>Text</span>

	</div>
	
	...

</section>

###Checkout button

<section class="WineCheckout">

	<a class="WineCheckout-select-area" href="..."></a>

</section>

Warning: This element are automatically normalized at every instance from wine

DOM code:

<section class="WineCheckout">

	<a class="WineCheckout-select-area" href="...">

		<span class="WineCheckoutTitle">

			<span class="Wine-anchor-text">...</span>

		</span>

		<span class="WineCheckoutButton"></span>

		<span class="WineCheckoutIcon">

			<span class="WineCheckoutIcon-icon icon-..."></span>

		</span>

	</a>

</section>

###Wine Show More button

Warning: This element are automatically build at every instance from Wine, so you don't need to put this part to html code

DOM code:

<section class="WineShowMore">

	<a class="WineShowMore-select-area">
	
		<span class="WineShowMoreTitle">
	
			<span class="Wine-anchor-text WineShowMoreTitle-text WineShowMoreTitle-text--opened">Fechar</span>
	
			<span class="Wine-anchor-text WineShowMoreTitle-text WineShowMoreTitle-text--closed">Mais Informações</span>
	
		</span>
	
		<span class="WineShowMoreButton"></span>
	
		<span class="WineShowMoreIcon">
	
			<span class="WineShowMoreIcon-icon WineShowMoreIcon-icon--open">
	
				<span class="icon-angle-left"></span>
	
			</span>
	
			<span class="WineShowMoreIcon-icon WineShowMoreIcon-icon--close">
	
				<span class="icon-angle-right"></span>
	
			</span>
	
		</span>
	
	</a>
	
</section>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published